runtime.xRegPerP.cache (field)
9 uses
runtime (current package)
preempt_xreg.go#L53: cache *xRegState
preempt_xreg.go#L81: if pp.xRegs.cache != nil {
preempt_xreg.go#L83: dest = pp.xRegs.cache
preempt_xreg.go#L84: pp.xRegs.cache = nil
preempt_xreg.go#L120: if pp.xRegs.cache != nil {
preempt_xreg.go#L126: pp.xRegs.cache = gp.xRegs.state
preempt_xreg.go#L131: if xRegs.cache != nil {
preempt_xreg.go#L133: xRegAlloc.alloc.free(unsafe.Pointer(xRegs.cache))
preempt_xreg.go#L134: xRegs.cache = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |